home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / KEYBOARD / SMARTQUOTES / !Quotes / Docs / Changes next >
Text File  |  1995-07-25  |  5KB  |  96 lines

  1. Bear in mind that some of these changes only really come into effect in the
  2. registered version. You know what to do…
  3.  
  4. Changes since version 1.50
  5. **************************
  6.  
  7. This version is a very minor update - just a few bug fixes. They were
  8. reasonably serious bugs, so it's worth it, but there's little new
  9. functionality.
  10.   * Hopefully Smart Quotes shouldn’t chew up your text like it did before. It
  11. is now more paranoid, and will give up guessing more often. This isn’t
  12. seriously noticeable, however, which is a good thing.
  13.   * The default quote is a closed quote rather than an open one. This means
  14. that if you want to type a quotation (“Hello world”) you’ll have to type
  15. Hello World”, then move back and insert the quote. But it also means that if
  16. you’ve typed “dont,” and Smart Quotes has stopped guessing and doesn’t know
  17. about the “don’t,” when you move back to insert the apostrophe it will insert
  18. a correct one. 
  19.   * Smart Quotes used to give up expanding expands after you’d typed 255
  20. characters (obscure, but annoying). Now it doesn’t ;-).
  21.   * New expands have been added to solve the problem of sentences
  22. accidentally starting in lower-case, as well as uncapitalised “I”s (the
  23. English pronoun) which makes you look likes Molesworth. These won’t work in
  24. the unregistered version, however – yet another reason to register ;-).
  25.  
  26. Changes since version 1.25
  27. **************************
  28.  
  29. OK, in version 1.25 I said there shouldn’t be any more changes… Well, I had
  30. a few more ideas ;-). As a result, from version 1.50 on, Smart Quotes is
  31. shareware (see “Register” for how to register). The source code is now only
  32. available to registered users (as otherwise you’d be able to compile yourself
  33. a registered version ;-)). 
  34.  
  35. The major change is that Smart Quotes now knows where you are in the text by
  36. remembering what you’ve typed in previously – this can fall down
  37. occasionally, but works for the vast majority of the time. This means you can
  38. backtrack to some degree, and Smart Quotes will still insert the correct
  39. quote. As a consequence, single quote handling has been merged into double
  40. quote handling, so there is now only one quote option: quotes on, or quotes
  41. off.
  42.  
  43. Because Smart Quotes now works out which quote to insert by guessing where
  44. the cursor is, rather than counting quotes or checking for certain
  45. keypresses, it is no longer as easy, or as desirable, to show the next quote
  46. in the icon. Instead, Smart Quotes will show an open double quote or a
  47. neutral double quote if quotes are on or off respectively, and will flash a
  48. question mark if it has no idea where you are in the text.
  49.  
  50. Another advantage of knowing where you are, is that Smart Quotes now knows
  51. when you delete a ligature – Æ, æ, Œ, œ, fi and fl (ellipsis … is also
  52. handled). If you delete fi from the right (e.g. press Backspace), it will
  53. insert f; if you delete fi from the left (press Copy) it will insert i.
  54.  
  55. Diphthongs have been heavily expanded and are now called Expands – an awkward
  56. name, but at least more accurate. All the *commands have been changed
  57. as a result; the command RemoveDiphthong has been removed as it was
  58. awkward to convert. AddExpands, as it is now, has a new syntax:
  59.     *AddExpands -f <string> -r <string>
  60. The <string> can be enclose in quotes; any actual quote marks in the string
  61. should be doubled.    
  62.    Expands are two parts, the found and substitution parts (diphthongs had
  63. three parts, first character, second character and substitution character).
  64. Each part can be up to 7 characters long (in the registered version, that is
  65. – they are still only 2 characters in the unregistered version). This means
  66. you can type in ™, ©, ®, Œ, œ, Æ, æ, …, ", ' and probably other symbols more
  67. easily; you can also automatically correct punctuation (see the “Expands” file
  68. for more details).
  69.  
  70. As a consequence the front end has been revamped, especially the Edit Expand
  71. window.
  72.  
  73. The keyboard shortcuts have been changed, as the single quotes settings have
  74. been removed. A new option, shift-ctrl click, has been added: this drags the
  75. icon around, either on the icon bar (it moves), or off the icon bar (a
  76. floating window appears which you can drag around in the same way).
  77. Shift-Ctrl-Select drags the icon, Shift-Ctrl-Adjust swaps between the icon
  78. bar and the floating window. The position of the window is saved with the
  79. Choices.
  80.  
  81. On a minor (but cosmetic) point, Smart Quotes' icon now has a mask so any
  82. window textures still appear. For some reason in a 32 000 colour mode the
  83. icon colour didn’t quite match the iconbar colour – this problem should now
  84. be fixed.
  85.  
  86. Finally, “remember state of quotes” has been removed, because Smart Quotes no
  87. longer bothers to remember whether a quote should be open or closed, but
  88. works it out from the context.
  89.  
  90. Changes planned for the next version
  91. ************************************
  92.  
  93. File handling is next, and possibly keyboard handling if I can get round to
  94. modifying WimpKey again. As always, if you have any comments, suggestions,
  95. complaints or bug reports, please get in touch. Those who have in the past
  96. have been sent complimentary registered versions, so it’s worth it ;-).